@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";

/* PC
--------------------------------------- */



@media only screen and (min-width: 737px) {

	/*-----------------------------
		LAYOUT
	------------------------------*/

	html{
		width: 100%;
		min-height:100%;
	}

	body{
		width: 100%;
		min-width: 1000px;
		min-height: 100%;
	}




	header{

		background: #76817f url(/home/hoshino/img/mv_hoshino.jpg) no-repeat center center;
		height: 600px;
	}

	header h1{
		text-align: right;
		padding-top: 10px;
	}

	header h1 img{
		height: 50px;
		width: auto;
	}


	nav#pNav{
		background: #f0f0f0;
		background: -moz-linear-gradient(top, #f0f0f0 0%, #fefefe 100%);
		background: -webkit-linear-gradient(top, #f0f0f0 0%,#fefefe 100%);
		background: linear-gradient(to bottom, #f0f0f0 0%,#fefefe 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fefefe',GradientType=0 );
		border-bottom: 1px solid #000;
	}

	nav#pNav ul{
		width: 1000px;
		padding: 10px 0;
		margin: 0 auto;
		overflow: hidden;

	}
	nav#pNav li{
		width: 332px;
		float: left;
		border-right: 1px solid #a0a0a0 ;
		text-align: center;
	}
	nav#pNav.bid li{
		width: 248px;
	}
	nav#pNav li:first-child{
		border-left: 1px solid #a0a0a0 ;
	}
	nav#pNav li img{
		height: 18px;
		width: auto;
	}
	nav#pNav li a{
		display: block;
		padding: 15px 0;
	}
	nav#pNav li a:hover{
		background: rgba(0,0,0,.2);
	}

	footer{
		background: #eeeeee;
	}

	p.copy{
		color: #000;
		text-align: center;
		height: 80px;
		line-height: 80px;
	}


	section.unit{
		padding-bottom: 60px;
	}

	.inner{
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}

	section.bg-gray{
		background: #eeeeee;
	}


	#introduction h2{
		width: 980px;
		height: 126px;
		margin: 60px auto 30px auto;
		background: url(/home/hoshino/img/ttl.gif) no-repeat center center;
		text-indent: -9999px;
	}
	#introduction .column_l{
		width: 450px;
		float: left;
	}
	#introduction .column_l h3{
		text-align: center;
	}

	#introduction .column_l p.period{
		text-align: center;
		padding: 20px 0;
	}
	#introduction .column_l p.txt{
		line-height: 1.6;
		font-size: 14px;
	}

	#introduction .column_r{
		float: right;
	}


	div.stl{
		background: url(/home/hoshino/img/bg_stl.jpg) repeat-x center center;
		height: 90px;
		margin-bottom: 30px;
	}
	div.stl h3{
		text-align: center;
		height: 90px;
		line-height: 90px;
	}
	div.stl h3 img{
		vertical-align: middle;
		height: 40px;
		width: auto;
	}

	ul.indent li{
		margin-left: 1em;
		text-indent: -1em;
	}
	.red{
		color:  #C46B68;
	}
	/*-----------------------------
		TOP
	------------------------------*/

	section.bg-gray .inner{
		width: 940px;
		padding: 30px;
		background: #FFF;
	}

	#overview h5{
		font-weight: bold;
		font-size: 16px;
	}
	#overview p{
		font-size: 14px;
	}
	#overview p + h5{
		padding-top: 30px;
	}

	#itemlist p{
		font-size: 16px;
	}
	#itemlist ul.indent li{
		font-size: 14px;
	}

	#itemlist .list_wrap{
		padding-top: 30px;
		overflow: hidden;
	}

	#itemlist .list_wrap h4{
		background: #76817f;
		color: #FFF;
		line-height: 1;
		padding: 8px 0;
		font-size: 16px;
		text-align: center;
	}

	#itemlist .list_wrap h4 + p{
		text-align: center;
		padding: 15px 0 20px 0;
	}
	#itemlist .list_wrap.coach{
		letter-spacing: -0.5em;
	}
	#itemlist .list_wrap.coach div{
		width: 300px;
		display: inline-block;
		margin-right: 20px;
		letter-spacing: normal;
	}
	#itemlist .list_wrap.coach div:nth-child(3n){
		margin-right: 0;
	}

	#itemlist .list_wrap.player ul{
		letter-spacing: -0.5em;
	}
	#itemlist .list_wrap.player li{
		width: 300px;
		display: inline-block;
		margin-right: 20px;
		letter-spacing: normal;
		font-size: 16px;
		text-align: center;
		padding: 15px 0 ;
	}
	#itemlist .list_wrap.player li:nth-child(3n){
		margin-right: 0;
	}
	#itemlist .list_wrap.player div.p2{
		width: 620px;
		float: left;
	}

	#itemlist .list_wrap.player div.p2 ul li{
		margin-right: 0;
	}

	#itemlist .list_wrap.player div.p1{
		width: 300px;
		float: right;
		margin-right: 0;
	}
	#caution{
		padding-bottom: 0;
	}
	#caution ul.indent li{
		padding-bottom: 5px;
	}


	/*-----------------------------
		GUIDE /  MEMBER
	------------------------------*/
	#guide,#member-rule{
		padding-bottom: 0;
	}
	#guide .inner h5,
	#member-rule .inner h5{
		font-weight: normal;
		background: #76817f;
		color: #FFF;
		font-size: 16px;
		padding: 5px 10px;
	}
	#guide .inner p,
	#member-rule .inner p{
		font-size: 14px;
		padding: 10px 0 20px 0;
	}
	#member-rule ol{
		padding: 10px 0 20px 0;
	}
	#member-rule ol li{
		font-size: 14px;
		list-style-type: decimal;
		margin-left: 2em;
		padding-bottom: 5px;
	}

	#member-rule .inner p + ol{
		padding-top: 0;
	}

	.btn_area{
		padding: 10px 20px 30px 20px;
		background: #f1f1f1;
		text-align: center;
		margin-top: 30px;
	}
	.btn_area p{
		text-align: center;
		font-size: 20px !important;
	}

	.btn_area .btn a{
		display: block;
		width: 300px;
		height: 60px;
		line-height: 60px;
		color: #000;
		background: #d5d9d8;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #76817f;
	}
	.btn_area .btn a:hover{
		color: #FFF;
		background: #000;
		border: 1px solid #000;
	}
	.btn_area ul{
		text-align: center;
	}
	.btn_area li{
		display: inline-block;
		margin: 0 10px;
	}
	.btn_area div.btn{
		width: 300px;
		margin: 15px auto 0 auto;
	}

	/*-----------------------------
		FORM
	------------------------------*/

	.registNav{
		text-align: center;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.registNav li{
		float: left;
		width: 25%;
		text-align: center;
		font-size: 16px;
		background: #d5d9d8;
		color: #777;
		height: 50px;
		line-height: 50px;
		position: relative;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.registNav li.current{
		background: #000;
		color: #FFF;
	}
	.registNav li.current::after{
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid #000;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		position: absolute;
		right: -25px;
		z-index: 1;
	}
	.registNav li.current::before{
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid #d5d9d8;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		position: absolute;
		left: 0;
		z-index: 1;
	}
	#regist{
		padding-bottom: 0;
	}
	#regist p{
		font-size: 15px;
	}

	#regist p + ul.indent{
		padding-top: 5px;
		font-size: 14px;
	}
	table.form{
		margin: 20px 0;
		width: 100%;
	}
	table.form th,
	table.form td{
		font-size: 13px;
		font-weight: normal;
		padding: 10px;
		border: 1px solid #ddd;
	}
	table.form th{
		background: #eee;
		width: 30%;
	}

	table.form input[type="text"],
	table.form input[type="password"]{
		padding: 5px;
		font-size: 14px;
	}
	table.form input.w1{
		width: 60px;
	}
	table.form input.w2{
		width: 120px;
	}
	table.form input.w3{
		width: 360px;
	}
	table.form th .must{
		color: #C46B68;
		font-size: 10px;
	}
	table.form td.result{
		color: #4D5460 ;
		font-size: 15px;
	}
	.btn input[type="button"]{
		background: #d5d9d8;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #76817f;
		width: 300px;
		height: 60px;
		line-height: 60px;
		margin-top: 20px;
	}

	.btn input[type="button"]:hover{
		background: #000;
		color: #FFF;
		border: 1px solid #000;
	}
	input[type="radio"]{
	     vertical-align:middle; 
	     font-family:"ＭＳ Ｐゴシック","ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; 
	     position:relative;
	     border:none; 
	     top:-2px;
	     top:0\9;
	     margin-right:2px; 
	     margin-right: 0\9; 
 		 height: 16px; 
	 	 line-height: 16px; 
	}


	.error{
		padding: 20px;
		border: double 4px #C46B68;
		margin-top: 20px;
	}
	.error p{
		color:  #C46B68;
		font-size: 14px !important;
		padding-bottom: 10px;
	}
	.error ul li{
		list-style-type: disc;
		margin-left: 1.5em;
		color: #C46B68;
		font-size: 13px;
	}

	.message{
		border:  #4D5460 4px double;
		padding: 20px;
		background: #E0E0E8;
		color:  #4D5460;
		text-align: center;
	}
	.message p.normal{
		font-size: 14px !important;
		text-align: center;
	}
	.message p.normal span{
		font-size: 18px !important;
		text-align: center;
		display: block;
	    padding-bottom: 10px;
	}
}
